Adwaita: theme active-menu buttons
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 12 Sep 2014 16:01:58 +0000 (18:01 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 12 Sep 2014 16:01:58 +0000 (18:01 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css
gtk/resources/theme/Adwaita/parse-sass.sh

index 9bc7656b02ffc351e9c40202855a86e92ae0036a..4a307bd3e4018884c52ae76be8405be8bd4e8a27 100644 (file)
@@ -338,7 +338,7 @@ $_dot_color: if($variant=='light', $selected_bg_color,
     @include button(hover);
     -gtk-image-effect: highlight;
   }
-  &:active, &:checked {
+  &:active, &:checked, &.active-menu {
     @include button(active);
     transition-duration: 50ms;
   }
index 05748a51fb0555a245f8b5eef4f06bc72f878a97..a6696b15ed4852f3c809728ce59a0d4211860560 100644 (file)
@@ -307,7 +307,9 @@ GtkCalendar.header .button.titlebutton {
   .titlebar .button.titlebutton:active,
   GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked,
   .titlebar .button.titlebutton:checked,
-  GtkCalendar.header .button.titlebutton:checked {
+  GtkCalendar.header .button.titlebutton:checked, .button.active-menu, .header-bar .active-menu.button.titlebutton,
+  .titlebar .active-menu.button.titlebutton,
+  GtkCalendar.header .active-menu.button.titlebutton {
     color: #eeeeec;
     outline-color: rgba(238, 238, 236, 0.3);
     border-color: #1c1f1f;
@@ -4167,5 +4169,3 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
 @define-color wm_button_active_color_b shade(#393f3f, 0.89);
 @define-color wm_button_active_color_c shade(#393f3f, 0.9);
 @define-color content_view_bg #292929;
-
-/*# sourceMappingURL=gtk-contained-dark.css.map */
index 75dec98fbd454795fdf068b16fd90fed7ce78065..d9224ae049adc18e520fd8526abe305016da6f93 100644 (file)
@@ -299,7 +299,9 @@ GtkCalendar.header .button.titlebutton {
   .titlebar .button.titlebutton:active,
   GtkCalendar.header .button.titlebutton:active, .button:checked, .header-bar .button.titlebutton:checked,
   .titlebar .button.titlebutton:checked,
-  GtkCalendar.header .button.titlebutton:checked {
+  GtkCalendar.header .button.titlebutton:checked, .button.active-menu, .header-bar .active-menu.button.titlebutton,
+  .titlebar .active-menu.button.titlebutton,
+  GtkCalendar.header .active-menu.button.titlebutton {
     color: #2e3436;
     outline-color: rgba(46, 52, 54, 0.3);
     border-color: #a1a1a1;
@@ -4326,5 +4328,3 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
 @define-color wm_button_active_color_b shade(#ededed, 0.89);
 @define-color wm_button_active_color_c shade(#ededed, 0.9);
 @define-color content_view_bg #ffffff;
-
-/*# sourceMappingURL=gtk-contained.css.map */
index 248648080283bc7c155122dfd31f24b2bb24df6f..333bbc5c63ea8ed707aa747710732395d8061fcf 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/bash
 
-sass --update .
+sass --update --sourcemap=none .